crypto/x509.policyGraph.depth (field)
16 uses
crypto/x509 (current package)
verify.go#L1335: depth int
verify.go#L1348: depth: 0,
verify.go#L1354: pg.strata[pg.depth][string(n.validPolicy.der)] = n
verify.go#L1358: if pg.depth == 0 {
verify.go#L1365: if pg.depth == 0 {
verify.go#L1368: return pg.strata[pg.depth-1][string(anyPolicyOID.der)]
verify.go#L1372: if pg.depth == 0 {
verify.go#L1375: return maps.Values(pg.strata[pg.depth-1])
verify.go#L1379: return pg.strata[pg.depth]
verify.go#L1383: return pg.strata[pg.depth][string(policy.der)]
verify.go#L1387: n := pg.strata[pg.depth][string(policy.der)]
verify.go#L1397: delete(pg.strata[pg.depth], string(policy.der))
verify.go#L1402: for i := pg.depth; i >= 0; i-- {
verify.go#L1421: for i := pg.depth - 1; i > 0; i-- {
verify.go#L1435: for _, n := range pg.strata[pg.depth] {
verify.go#L1441: pg.depth++
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)